feat: add prod cluster apps for waves 0-3#41
Merged
Conversation
Infra foundation for prod ArgoCD deployment — cert-manager, ingress-nginx, external-secrets, vault (w/ backup cronjob), registry-secrets, nfs-provisioner, and storage PVCs. Includes shared prod files (versions.yaml, registry.yaml), CI matrix expanded to cover both envs, and README updated for multi-env usage.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
clusters/prod/infra apps (waves 0-3): cert-manager, ingress-nginx, external-secrets, vault (w/ backup cronjob), registry-secrets, nfs-provisioner, greenroom-storage, core-storageversions.yaml,registry.yaml,registry-ovh.yaml,registry-ebrains.yaml[dev]to[dev, prod]for helm-lint and sync-versions-check<env>placeholders, both gopass paths, docker-registry vault command)Prod-specific changes vs dev
10.0.1.0/24(prod private network)10.0.1.163arc-runnersremoved from namespace list (no runners in prod)-hdc-ovh-prodPost-merge manual steps
vault kv put secret/docker-registry/ovh username=... password=...(dedicated prod robot account)Test plan
make ENV=prod test— all checks passmake ENV=dev test— unchanged, all checks passgrep -r 'dev.hdc\|clusters/dev' clusters/prod/— zero matches